Skip to main content

ACR-CV GUI

The ACR-CV GUI is used to do any changes within the LUA script, it allows you to enter interactive mode and to send chunk of codes (for example AT commands to the NB module) for easier integration or to flash a new firmware.

info

To use the GUI offline, you must first load the webpage in advance. Optionally, you can install the loaded application as a Progressive Web Application (PWA).

GUI Download Explanation
  1. Open GUI at gui.acrios.com.

❗Note, that our GUI is compatible with Chromium based browsers only (we recommend Google Chrome).

  1. Click at an icon in the upper left corner and click on "install".
    download ACRIOS GUI install ACRIOS GUI
  2. The local UI should now install and open, but you can close it and open it with the help of an icon that should be on your desktop.
    ACRIOS GUI icon
  3. The GUI also prompts you to pin it on the task bar, if you wish to do so. pin ACRIOS GUI

Using the GUI

To manage the ACR-CV device you need a Chromium-based web browser (such as Chrome, Opera or Microsoft Edge) and a configuration cable.

  1. Navigate to the user interface at gui.acrios.com.
    gui_cv1
  2. Wait for the interface to load completely (this may take a few seconds). You might see a download icon in the address bar, which allows you to install the GUI locally as a Progressive Web Application (PWA).
    gui_cv2
  3. Connect the serial cable to the ACR-CV device and click on Connect button in the interface.
    gui_cv3

    At this stage, you'll be connected to the cable (not the device itself) and able to read the device’s serial output.

  4. Click on Config button to connect and configure the device.
    gui_cv4
  5. If the device is not detected, it may be sleeping. Press and hold the button on the device to wake it up (use a short press on firmware 2.8.0+ or a long press on older firmware versions).
    gui_cv5
  6. Once the device is detected, the interface will read out the device model and firmware version.
    gui_cv6
  7. You can read the Lua script on the device by clicking the Read button.
    gui_cv7
  8. After reading, the Lua script will be displayed in a new text editor tab.
    gui_cv8
  9. Use the File -> Import local file(s) to import a local file or copy-paste the script into the text window.
    gui_cv9

    Imported files will appear in new editor tabs.

  10. Files are stored locally in the browser's local storage. If you install the application as a PWA, the scripts will be stored in the local storage of the app.
    gui_cv10
  11. Click on Validate button to compile the Lua script and check for errors.
    gui_cv11
  12. Click on Write button to save the Lua script to the device. You can configure how is the script saved or protect it with a password.
    gui_cv12
  13. After configuring the script write settings, Lua script is saved to the device.
    gui_cv13
  14. After writing, the device will restart and the GUI will automatically reconnect.
    gui_cv14